net/http.Transport.altProto (field)
5 uses
net/http (current package)
transport.go#L107: altProto atomic.Value // of nil or map[string]RoundTripper, key is URI scheme
transport.go#L405: altProto, _ := t.altProto.Load().(map[string]RoundTripper)
transport.go#L561: altProto, _ := t.altProto.Load().(map[string]RoundTripper)
transport.go#L871: oldMap, _ := t.altProto.Load().(map[string]RoundTripper)
transport.go#L880: t.altProto.Store(newMap)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)